HomeSort by relevance Sort by last modified time
    Searched refs:zero (Results 251 - 275 of 548) sorted by null

<<11121314151617181920>>

  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalConvertTest.java 90 long zero = 0; local
92 assertTrue("incorrect value", Double.doubleToLongBits(result) == zero);
152 int zero = 0; local
154 assertTrue("incorrect value", Float.floatToIntBits(result) == zero);
  /external/e2fsprogs/e2fsck/
mtrace.h 85 #define memset(s, zero, n) bzero ((s), (n))
123 /* Zero for a large block, or positive giving the
  /external/e2fsprogs/po/
at-expand.pl 100 $msg =~ s/\@z/zero-length/g;
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 128 sizes will return zero. The YCbCr colors are converted to RGB during
183 <internalFormat> is MESA_YCBCR and <border> is not zero.
  /external/webkit/LayoutTests/fast/url/script-tests/
host.js 10 // Other types of space (no-break, zero-width, zero-width-no-break) are
  /external/webkit/Source/WebCore/platform/audio/
ReverbConvolverStage.cpp 97 // Deal with pre-delay stream : note special handling of zero delay.
114 // Zero delay
157 m_preDelayBuffer.zero();
  /external/v8/src/ia32/
stub-cache-ia32.cc 194 __ j(zero, miss_label, not_taken);
237 __ j(zero, &miss, not_taken);
298 __ j(zero, miss_label, not_taken);
319 __ j(zero, smi, not_taken);
556 __ j(zero, miss, not_taken);
773 __ j(zero, miss_label, not_taken);
    [all...]
code-stubs-ia32.cc 271 __ j(zero, &false_result);
281 __ j(zero, &false_result);
543 STATIC_ASSERT(kSmiTag == 0); // Adjust zero check if not the case.
633 // Check for negative zero result. Use combined = left | right.
643 __ j(zero, &use_fp_on_smis, not_taken);
655 // Check for negative zero result. Use combined = left | right.
657 // Check that the remainder is zero.
667 __ j(zero, &not_smis, not_taken);
674 // Check for negative zero result. Use combined = left | right.
    [all...]
  /bionic/libm/src/
e_rem_pio2.c 65 zero = 0.00000000000000000000e+00, /* 0x00000000, 0x00000000 */ variable
164 while(tx[nx-1]==zero) nx--; /* skip zero term */
  /bootable/bootloader/legacy/usbloader/
main.c 219 int _main(unsigned zero, unsigned type, unsigned tags)
230 if((zero == 0) && (type != 0) && tags_okay(tags)) {
  /bootable/recovery/minelf/
Retouch.c 267 // Retouch to zero (mask the retouching), to make sure that
269 int32_t zero = 0; local
270 retouch_mask_data(file.data, file.size, &zero, NULL);
280 // We return a zero override, which tells the caller that we
  /dalvik/vm/mterp/x86-atom/
OP_EXECUTE_INLINE.S 50 jl 0f # handle zero args
  /external/clang/test/Sema/
compare.c 214 return a > 0; // expected-warning {{ordered comparison between pointer and zero ('int *' and 'int') is an extension}}
234 enum en { zero }; enumerator in enum:en
235 return i > zero;
294 #define ZERO 0
303 return x >= ZERO; // no-warning
305 #undef ZERO
  /external/clang/test/SemaCXX/
compare.cpp 198 enum en { zero }; enumerator in enum:en
199 return i > zero;
  /external/fdlibm/
e_rem_pio2.c 72 zero = 0.00000000000000000000e+00, /* 0x00000000, 0x00000000 */ variable
171 while(tx[nx-1]==zero) nx--; /* skip zero term */
  /external/grub/util/
grub-image 83 dd if=/dev/zero of=$image bs=$SIZE count=1 >/dev/null
grub-image.in 83 dd if=/dev/zero of=$image bs=$SIZE count=1 >/dev/null
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 52 let zero = const_float double_type 0.0 in var
53 let cond_val = build_fcmp Fcmp.One cond zero "ifcond" builder in
146 let zero = const_float double_type 0.0 in var
147 let end_cond = build_fcmp Fcmp.One end_cond zero "loopcond" builder in
  /external/qemu/android/skin/
argb.h 24 mmx_load8888( unsigned value, mmx_t zero )
26 return _mm_unpacklo_pi8( _mm_cvtsi32_si64 (value), zero);
30 mmx_save8888( mmx_t argb, mmx_t zero )
32 return (unsigned) _mm_cvtsi64_si32( _mm_packs_pu16( argb, zero ) );
43 mmx_mulshift( mmx_t argb, int multiplier, int rshift, mmx_t zero )
45 mmx_t ar = _mm_unpackhi_pi16(argb, zero );
46 mmx_t gb = _mm_unpacklo_pi16(argb, zero );
56 mmx_interp255( mmx_t m1, mmx_t m2, mmx_t zero, int alpha )
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 39 static const ProductWeight<W1, W2> &Zero() {
40 static const ProductWeight<W1, W2> zero(W1::Zero(), W2::Zero());
41 return zero;
159 W1 w1 = W1::Zero();
163 W2 w2 = W2::Zero();
  /external/v8/test/mjsunit/compiler/
regress-1085.js 29 // Test correct checks for negative zero.
regress-max.js 30 // Test Math.max with negative zero as input.
  /external/valgrind/main/drd/tests/
bar_bad.stderr.exp 3 initialise a barrier with zero count
4 pthread_barrier_init: 'count' argument is zero: barrier 0x........
  /external/valgrind/main/massif/tests/
zero1.post.exp 2 Command: ./zero
zero2.post.exp 2 Command: ./zero

Completed in 1464 milliseconds

<<11121314151617181920>>