Searched defs:two (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Ds_tanh.c45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
68 t = expm1(two*fabs(x));
69 z = one - two/(t+two);
71 t = expm1(-two*fabs(x));
72 z= -t/(t+two);
H A De_pow.c39 * 1. Compute and return log2(x) in two pieces:
90 two = 2.0, variable
316 r = (z*t1)/(t1-two)-(w+z*w);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dinstrumt.c167 static PRInt32 two = 2; variable
258 CountSomething, &two,
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c901 const char *two; member in struct:__anon17156
944 PRIntn rv = PL_strcmp(array[i].one, array[i].two);
964 array[i].two ? array[i].two : "(null)",
979 const char *two; member in struct:__anon17157
1089 PRIntn rv = PL_strncmp(array[i].one, array[i].two, array[i].max);
1109 array[i].two ? array[i].two : "(null)",
1124 const char *two; member in struct:__anon17158
1167 PRIntn rv = PL_strcasecmp(array[i].one, array[i].two);
1202 const char *two; member in struct:__anon17159
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/tests/
H A DTestXPTCInvoke.cpp318 PRInt64 one, two; local
320 LL_I2L(two, 2);
332 if(NS_SUCCEEDED(test->MultTwoLLs(two,two,&out64)))
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c348 If the two numbers in the warning look identical, then printf is more
350 that the two really are different, the bit patterns of the two numbers
911 /* See if two blocks of store are identical */
958 Volatile int newi, int_max, two=2; local
968 newi=newi*two+1;
1879 /* Minimum value: assume either two's or one's complement *********/
2507 Volatile int ibits, ipower, two=2; local
2517 newi=newi*two+1;
2527 /* Minimum value: assume either two'
2588 Volatile unsigned Integer u_max, newi, two; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c1056 /* There are two ways basically:
1292 DWORD dst_mask, const char *one, const char *two, struct color_fixup_desc fixup)
1339 shader_addline(buffer, "MAD %s%s, %s, %s, -%s;\n", reg, reg_mask, reg, two, one);
1511 const char *two = arb_get_helper_value(ins->ctx->reg_maps->shader_version.type, ARB_TWO); local
1537 shader_addline(buffer, "MAD T%c, %s, %s, -%s;\n", 'A' + tmpreg, regstr, two, one);
1540 shader_addline(buffer, "MAD T%c, %s, -%s, %s;\n", 'A' + tmpreg, regstr, two, one);
1599 * with bem. So delay loading the first parameter until after the perturbation calculation which needs two
1799 const char *two = arb_get_helper_value(reg_maps->shader_version.type, ARB_TWO); local
1817 /* This implements the mova formula used in GLSL. The first two instructions
1828 shader_addline(buffer, "MAD A0_SHADOW%s, A0_SHADOW, %s, -%s;\n", write_mask, two, on
1291 gen_color_correction(struct wined3d_shader_buffer *buffer, const char *reg, DWORD dst_mask, const char *one, const char *two, struct color_fixup_desc fixup) argument
3264 const char *two = arb_get_helper_value(WINED3D_SHADER_TYPE_VERTEX, ARB_TWO); local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c925 /* There are two ways basically:
1172 DWORD dst_mask, const char *one, const char *two, struct color_fixup_desc fixup)
1219 shader_addline(buffer, "MAD %s%s, %s, %s, -%s;\n", reg, reg_mask, reg, two, one);
1471 * with bem. So delay loading the first parameter until after the perturbation calculation which needs two
1700 /* This implements the mova formula used in GLSL. The first two instructions
2166 /* Note: dst_reg.xy is input here, generated by two texm3x3pad instructions */
2432 /* This instruction exists in ARB, but the d3d instruction takes two extra parameters which
6333 /* First we have to read the chroma values. This means we need at least two pixels(no filtering),
6388 * the current one and lerp the two U and V values
6668 /* The YUY2 and UYVY formats contain two pixel
1171 gen_color_correction(struct wined3d_shader_buffer *buffer, const char *reg, DWORD dst_mask, const char *one, const char *two, struct color_fixup_desc fixup) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...

Completed in 103 milliseconds