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

1 23 4 5 6 7 8

  /external/chromium_org/v8/test/mjsunit/regress/
regress-155924.js 28 // A HeapNumber with certain bits in the mantissa of the floating point
37 // The following floating-point heap number has a second word similar
regress-3039.js 40 // The actual test. We should not trigger a floating point exception.
regress-753.js 28 // Test that JSON.stringify correctly truncates floating point numbers.
regress-create-exception.js 46 j *= 1.123567; // An arbitrary floating point number.
  /external/chromium_org/v8/test/webkit/
mod-crash.js 25 "This test checks that n % 0 doesn't crash with a floating-point exception."
48 // Test that reusing a floating point value after use in a modulus works correctly.
  /external/fdlibm/
Android.mk 57 # c99 specifies a less relaxed floating point model that does not enable
58 # floating point expession contraction (e.g: fused multiply-add operations).
  /external/vixl/tools/
make_instruction_doc.pl 76 disassembler and simulator. The simulator may not support all floating point
83 print describe_insts('AArch64 floating point instructions', 'float');
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_type.c 39 if (type.floating) {
89 if (type.floating) {
382 if (type.floating)
lp_bld_swizzle.c 111 assert(src_type.floating == dst_type.floating);
221 type4.floating = FALSE;
377 type4.floating = FALSE;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.c 39 if (type.floating) {
89 if (type.floating) {
382 if (type.floating)
lp_bld_swizzle.c 111 assert(src_type.floating == dst_type.floating);
221 type4.floating = FALSE;
377 type4.floating = FALSE;
  /external/valgrind/main/none/tests/ppc32/
test_dfp1.stdout.exp     [all...]
test_isa_2_07_part2.stdout.exp 1 Test VSX floating point instructions
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_dfp1.stdout.exp     [all...]
test_isa_2_07_part2.stdout.exp 1 Test VSX floating point instructions
    [all...]
  /external/libunwind/doc/
unw_set_fpreg.tex 8 \begin{Name}{3}{unw\_set\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_set\_fpreg}unw\_set\_fpreg -- set contents of floating-point register
34 floating-point registers. See \Func{unw\_set\_reg}(3) for a way to
  /external/chromium_org/third_party/speex/libspeex/
arch.h 50 #error You cannot compile as floating point and fixed point at the same time
53 #error SSE is only for floating-point
  /external/ltrace/sysdeps/linux-gnu/m68k/
fetch.c 47 int floating)
52 if (floating
204 assert(!"Unexpected floating type!");
  /external/speex/libspeex/
arch.h 50 #error You cannot compile as floating point and fixed point at the same time
53 #error SSE is only for floating-point
  /external/valgrind/main/none/tests/s390x/
dfp-1.stdout.exp 1 Decimal floating point arithmetic
  /external/webrtc/src/modules/audio_processing/ns/
Android.mk 25 # Files for floating point.
  /external/oprofile/events/i386/nehalem/
unit_masks 238 0x20 fpcw Counts the number of cycles while execution was stalled due to writing the floating-point unit (FPU) control word
272 0x02 x87 Counts the number of floating point computational operations retired: floating point computational operations executed by the assist handler and sub-operations of complex floating point instructions like transcendental instructions
291 0x01 packed_single Counts SIMD packed single-precision floating point Uops retired
292 0x02 scalar_single Counts SIMD calar single-precision floating point Uops retired
293 0x04 packed_double Counts SIMD packed double-precision floating point Uops retired
294 0x08 scalar_double Counts SIMD scalar double-precision floating point Uops retired
305 0x01 to_fp Counts the first floating-point instruction following any MMX instruction
306 0x02 to_mmx Counts the first MMX instruction following a floating-point instructio
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 322 type.floating = TRUE;
446 assert(type.floating);
567 if(z_src_type.floating) {
610 if (z_type.floating) {
727 if (z_src_type.floating) {
729 * Convert from floating point values
732 if (!z_type.floating) {
746 assert(!z_type.floating);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 322 type.floating = TRUE;
446 assert(type.floating);
567 if(z_src_type.floating) {
610 if (z_type.floating) {
727 if (z_src_type.floating) {
729 * Convert from floating point values
732 if (!z_type.floating) {
746 assert(!z_type.floating);
  /external/libvorbis/doc/
09-helper.tex 52 representation used by the decoder for floating point numbers. For
54 host-native floating point number.

Completed in 760 milliseconds

1 23 4 5 6 7 8