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

1 23 4 5 6 7

  /external/chromium_org/third_party/freetype/src/base/
fttrigon.c 267 /* Get the vector into the right half plane */
436 FT_Int32 half = (FT_Int32)1L << ( shift - 1 ); local
439 vec->x = ( v.x + half + FT_SIGN_LONG( v.x ) ) >> shift;
440 vec->y = ( v.y + half + FT_SIGN_LONG( v.y ) ) >> shift;
  /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 164 .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);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/
comba.pl 189 local($b,$tot,$end,$half);
  /external/chromium_org/v8/src/
handles.cc 486 while (int half = (right - left) / 2) {
487 if ((Smi::cast(line_ends_array->get(left + half)))->value() > code_pos) {
488 right -= half;
490 left += half;
    [all...]
  /external/libvpx/libvpx/test/
variance_test.cc 155 const int half = block_size_ / 2; local
156 memset(ref_, 255, half);
157 memset(ref_ + half, 0, half);
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 51 #include <OpenEXR/half.h>
55 #pragma comment(lib, "Half.lib")
63 #undef HALF
64 #define HALF ((Imf::PixelType)1)
135 // the type HALF is converted to 32 bit float
600 type = HALF;
642 buffer = (char *)new half[width * channels];
704 half *buf = (half *)buffer;
  /external/openssl/crypto/bn/asm/
co-586.pl 201 local($b,$tot,$end,$half);
  /external/openssl/crypto/bn/asm/x86/
comba.pl 189 local($b,$tot,$end,$half);

Completed in 1439 milliseconds

1 23 4 5 6 7