Home
last modified time | relevance | path

Searched refs:floating (Results 1 – 25 of 103) sorted by relevance

12345

/external/libffi/testsuite/libffi.call/
Dfloat.c11 static int floating(int a, float b, double c, long double d) in floating() function
50 floating (si1, f, d, ld); in main()
52 ffi_call(&cif, FFI_FN(floating), &rint, values); in main()
54 printf ("%d vs %d\n", (int)rint, floating (si1, f, d, ld)); in main()
56 CHECK((int)rint == floating(si1, f, d, ld)); in main()
/external/libpng/
DTODO5 Finish work on the no-floating-point version (including gamma compensation)
21 Build gamma tables using fixed point (and do away with floating point entirely).
/external/speex/libspeex/
Darch.h50 #error You cannot compile as floating point and fixed point at the same time
53 #error SSE is only for floating-point
/external/chromium/base/third_party/dmg_fp/
DREADME.chromium1 This directory contains David M. Gay's floating point routines.
/external/fdlibm/
Dreadme40 for machines that support IEEE 754 floating-point arithmetic.
57 c. Each double precision floating-point number must be in IEEE 754
116 floating-point arithmetic). If one wants FDLIBM to comply with
/external/bluetooth/glib/gobject/
Dgclosure.c207 SET (closure, floating, TRUE); in g_closure_new_simple()
658 if (closure->floating) in g_closure_sink()
661 SWAP (closure, floating, FALSE, &was_floating); in g_closure_sink()
Dgclosure.h154 volatile guint floating : 1; member
/external/iproute2/
DREADME.distribution85 enormous amounts of floating point arithmetic. Don't try running
92 provided a simple "stats" utility. Give it a series of floating point
/external/iproute2/netem/
DREADME.distribution87 enormous amounts of floating point arithmetic. Don't try running
94 provided a simple "stats" utility. Give it a series of floating point
/external/icu4c/config/
Dmh-alpha-linux-gcc19 # The tests need complete IEEE floating point support
Dmh-alpha-linux-cc19 # The tests need complete IEEE floating point support
Dmh-alpha-osf19 # The tests need complete IEEE floating point support
/external/chromium/third_party/icu/source/config/
Dmh-alpha-linux-gcc19 # The tests need complete IEEE floating point support
Dmh-alpha-osf19 # The tests need complete IEEE floating point support
Dmh-alpha-linux-cc19 # The tests need complete IEEE floating point support
/external/libffi/src/x86/
Dwin32.S77 # obliged to handle floating-point values.
188 # obliged to handle floating-point values.
/external/jpeg/
Dmakdjpeg.st35 pcfltlib.lib ; floating point library
Dmakcjpeg.st35 pcfltlib.lib ; floating point library
Dusage.doc145 -dct float Use floating-point DCT method.
148 has very fast floating-point hardware. Also note that
149 results of the floating-point method may vary slightly
268 -dct float Use floating-point DCT method.
271 has very fast floating-point hardware. Also note that
272 results of the floating-point method may vary slightly
353 If you are fortunate enough to have very fast floating point hardware,
Dfilelist.doc74 jfdctflt.c Forward DCT using floating-point arithmetic.
93 jidctflt.c Inverse DCT using floating-point arithmetic.
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-natt20 # the same address so that peers can do 'Port floating'.
/external/libpng/scripts/
DCMakeLists.txt25 "math library 'libm' not found - floating point support disabled")
/external/libffi/src/sparc/
Dv9.S158 ! Store possible floating point argument registers too.
/external/libffi/src/powerpc/
Dppc_closure.S45 # in registers (both floating point and integer)
/external/webkit/WebCore/rendering/
DRenderObjectChildList.cpp352 …nline() && !pseudoElementStyle->isDisplayInlineType() && pseudoElementStyle->floating() == FNONE && in updateBeforeAfterContent()

12345