/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 | 380 while (int half = (right - left) / 2) { 381 if ((Smi::cast(line_ends_array->get(left + half)))->value() > code_pos) { 382 right -= half; 384 left += half;
|
/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);
|
/external/v8/src/ |
handles.cc | 493 while (int half = (right - left) / 2) { 494 if ((Smi::cast(line_ends_array->get(left + half)))->value() > code_pos) { 495 right -= half; 497 left += half; [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
fulltext.c | 333 /* Split the second half of doclist d into a separate doclist d2. Returns 1 1357 DocList half; local [all...] |
/external/chromium_org/ui/native_theme/ |
native_theme_base.cc | 828 gfx::Rect half = rect; local 829 half.set_height(rect.height() / 2); 830 PaintArrowButton(canvas, half, kScrollbarUpArrow, north_state); 832 half.set_y(rect.y() + rect.height() / 2); 833 PaintArrowButton(canvas, half, kScrollbarDownArrow, south_state); [all...] |
/external/libvpx/libvpx/vp8/common/arm/neon/ |
sixtappredict4x4_neon.asm | 80 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done 144 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done 292 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
|
shortidct4x4llm_neon.asm | 36 ; (13+16+1=30bits<32bits). This instruction gives the high half
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
VertexBuffer.java | 232 * For the {@link Format#Half} type, {@link ByteBuffer}s should 237 * Half precision floating point. 240 Half(2), 499 if (format == Format.Half) 587 * Converts single floating-point data to {@link Format#Half half} floating-point data. 597 format = Format.Half; 608 short half = FastMath.convertFloatToHalf(f); local 609 halfData.putShort(half); 629 case Half [all...] |
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
intra4x4_predict_v6.asm | 196 add r8, r0, r8, lsl #14 ; (tl + 2*l[0] + l[1])>>2 in top half 197 add r9, r0, r4, lsl #14 ; (l[0] + 2*l[1] + l[2])>>2 in top half 198 add r10,r0, r5, lsl #14 ; (l[1] + 2*l[2] + l[3])>>2 in top half 199 add r11,r0, r6, lsl #14 ; (l[2] + 2*l[3] + l[3])>>2 in top half
|
/external/llvm/utils/vim/ |
llvm.vim | 17 syn keyword llvmType void half float double x86_fp80 fp128 ppc_fp128
|
/external/webrtc/src/modules/audio_processing/aec/ |
aec_core_sse2.c | 309 static const ALIGN16_BEG float half[4] ALIGN16_END = 311 const __m128 x_minus_half = _mm_sub_ps(x_max, *((__m128 *)half));
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledThreadPoolExecutor.java | 865 int half = size >>> 1; local [all...] |
/packages/apps/Settings/src/com/android/settings/widget/ |
SettingsAppWidgetProvider.java | 98 /** Minimum brightness at which the indicator is shown at half-full and ON */ 746 final int half = (int)(pm.getMaximumScreenBrightnessSetting() local 754 } else if (brightness > half) { 768 if (brightness > half) { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_aos.c | 367 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5); local 376 coord = lp_build_sub(coord_bld, coord, half); 396 *coord1 = lp_build_add(coord_bld, coord, half); 397 coord = lp_build_sub(coord_bld, coord, half); 416 coord = lp_build_sub(coord_bld, coord, half); [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_aos.c | 367 LLVMValueRef half = lp_build_const_vec(bld->gallivm, coord_bld->type, 0.5); local 376 coord = lp_build_sub(coord_bld, coord, half); 396 *coord1 = lp_build_add(coord_bld, coord, half); 397 coord = lp_build_sub(coord_bld, coord, half); 416 coord = lp_build_sub(coord_bld, coord, half); [all...] |
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_short_iht8x8_add_neon.asm | 174 ; stage 2 & stage 3 - even half 237 ; stage 3 -odd half 240 ; stage 2 - odd half
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_build_util.h | 84 Instruction *mkSplit(Value *half[2], uint8_t halfSize, Value *);
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_build_util.h | 84 Instruction *mkSplit(Value *half[2], uint8_t halfSize, Value *);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_getargs2.py | 30 > ** Changed from previous "range-and-a-half" to "none"; the 31 > range-and-a-half checking wasn't particularly useful.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_getargs2.py | 30 > ** Changed from previous "range-and-a-half" to "none"; the 31 > range-and-a-half checking wasn't particularly useful.
|
/external/chromium/chrome/browser/resources/ntp/ |
drag_drop_controller.js | 196 // want to make sure that half of the item's width or height is within
|