HomeSort by relevance Sort by last modified time
    Searched refs:half (Results 51 - 75 of 173) sorted by null

1 23 4 5 6 7

  /external/valgrind/main/none/tests/ppc32/
round.c 173 double half = (double)denorm_small/2; local
174 double qtr = half/2;
175 double D_hi = (double)*base + half + qtr;
176 double D_lo = (double)*base + half - qtr;
386 double qtr, half, fA, fB, fD; local
401 half = (double)whole/2;
402 qtr = half/2;
428 fB = s*(4+q)*half;
431 fA = s*(4+q)*half;
  /external/valgrind/main/none/tests/ppc64/
round.c 173 double half = (double)denorm_small/2; local
174 double qtr = half/2;
175 double D_hi = (double)*base + half + qtr;
176 double D_lo = (double)*base + half - qtr;
386 double qtr, half, fA, fB, fD; local
401 half = (double)whole/2;
402 qtr = half/2;
428 fB = s*(4+q)*half;
431 fA = s*(4+q)*half;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 1120 struct ureg half = undef; local
1371 struct ureg half = register_scalar_const(p, .5); local
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 1120 struct ureg half = undef; local
1371 struct ureg half = register_scalar_const(p, .5); local
    [all...]
  /external/fdlibm/
e_rem_pio2.c 73 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
125 n = (int) (t*invpio2+half);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumWin.cpp 593 IntRect half = rect; local
597 half.setHeight(rect.height() / 2);
599 ThemePainter upPainter(info.context, half);
605 half.setY(rect.y() + rect.height() / 2);
607 ThemePainter downPainter(info.context, half);
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 239 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5); local
247 coord_f = lp_build_sub(coord_bld, coord_f, half);
280 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5); local
289 coord = lp_build_sub(coord_bld, coord, half);
319 coord = lp_build_sub(coord_bld, coord, half);
338 coord = lp_build_sub(coord_bld, coord, half);
357 coord = lp_build_sub(coord_bld, coord, half);
372 coord = lp_build_sub(coord_bld, coord, half);
395 coord = lp_build_sub(coord_bld, coord, half);
415 min = half;
    [all...]
lp_bld_arit.c 432 /* lower half of regs */
442 /* upper half of regs */
1632 LLVMValueRef half; local
1965 LLVMValueRef half = lp_build_const_vec(bld->gallivm, bld->type, 0.5); local
2179 LLVMValueRef half = lp_build_const_vec(gallivm, bld->type, 0.5); local
2397 LLVMValueRef half = lp_build_const_vec(gallivm, bld->type, 0.5); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 239 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5); local
247 coord_f = lp_build_sub(coord_bld, coord_f, half);
280 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5); local
289 coord = lp_build_sub(coord_bld, coord, half);
319 coord = lp_build_sub(coord_bld, coord, half);
338 coord = lp_build_sub(coord_bld, coord, half);
357 coord = lp_build_sub(coord_bld, coord, half);
372 coord = lp_build_sub(coord_bld, coord, half);
395 coord = lp_build_sub(coord_bld, coord, half);
415 min = half;
    [all...]
lp_bld_arit.c 432 /* lower half of regs */
442 /* upper half of regs */
1632 LLVMValueRef half; local
1965 LLVMValueRef half = lp_build_const_vec(bld->gallivm, bld->type, 0.5); local
2179 LLVMValueRef half = lp_build_const_vec(gallivm, bld->type, 0.5); local
2397 LLVMValueRef half = lp_build_const_vec(gallivm, bld->type, 0.5); local
    [all...]
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 102 int half = outlen / 2; local
104 mPointData[i*8] = i - half; // start point X (Y set later)
107 mPointData[i*8+4] = i - half; // end point X (Y set later)
  /system/core/libcutils/tests/memset_mips/
memset_cmips.S 77 ins a1, a1, 8, 8 # Replicate fill byte into half-word.
  /external/chromium_org/ui/keyboard/resources/webui/
main.css 169 .half-key-spacer {
  /external/chromium_org/v8/test/webkit/fast/js/kde/
scope.js 53 eval("var g;") //Change the scope of g half-ways through the loop
  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_variance_halfpixvar16x16_hv_armv6.asm 53 ; z = (x + y + 1) >> 1, interpolate half pixel values vertically
96 ; z = (x + y + 1) >> 1, interpolate half pixel values vertically
138 ; z = (x + y + 1) >> 1, interpolate half pixel values vertically
178 ; z = (x + y + 1) >> 1, interpolate half pixel values vertically
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 621 size_t half = mFrameCount / 2; local
622 if (half == 0) {
623 half = 1;
627 minimum = mIsOut ? half : 1;
628 } else if (minimum > half) {
629 minimum = half;
  /system/core/sh/
expand.c 1289 int half; local
1294 half = len >> 1;
1296 for (n = half ; --n >= 0 ; ) {
1300 q->next = NULL; /* terminate first half of list */
1301 q = msort(list, half); /* sort first half of list */
1302 p = msort(p, len - half); /* sort second half */
  /external/pixman/pixman/
pixman-arm-simd-asm.S 456 * half Register containing the constant 0x00800080
459 .macro mul_8888_8 word, byte, tmp, half
464 mla tmp, tmp, byte, half
465 mla word, word, byte, half /* 1 stall follows */
518 /* We're using WK6 and WK7 as temporaries, so half way through
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 34 int half = 0x08000; local
39 GLColor orange = new GLColor(one, half, 0);
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_sprite_point.spec 134 point's 3rd and 4th texture coordinates and r is half the point's
  /external/libvpx/libvpx/vp9/common/x86/
vp9_intrapred_ssse3.asm 193 ; first 4 lines and first half of 3rd 4 lines
253 ; write 4x4 lines (and the first half of the second 4x4 lines)
281 ; write second half of second 4x4 lines
918 ; output 1st 8 lines (and half of 2nd 8 lines)
    [all...]
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 134 point's 3rd and 4th texture coordinates and r is half the point's
  /bionic/libc/arch-mips/string/
memset.S 165 ins a1, a1, 8, 8 # Replicate fill byte into half-word.
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
co-586.pl 201 local($b,$tot,$end,$half);

Completed in 712 milliseconds

1 23 4 5 6 7