HomeSort by relevance Sort by last modified time
    Searched refs:floats (Results 76 - 100 of 175) sorted by null

1 2 34 5 6 7

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
decompose.go 98 // floats are never decomposed, even ones bigger than IntSize
125 // floats are never decomposed, even ones bigger than IntSize
  /prebuilts/go/darwin-x86/src/strconv/
atof.go 270 // These bounds are for 64-bit floats.
271 // Will have to change if we want to support 80-bit floats in the future.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
decompose.go 98 // floats are never decomposed, even ones bigger than IntSize
125 // floats are never decomposed, even ones bigger than IntSize
  /prebuilts/go/linux-x86/src/strconv/
atof.go 270 // These bounds are for 64-bit floats.
271 // Will have to change if we want to support 80-bit floats in the future.
  /external/protobuf/js/binary/
decoder.js 666 * Javascript represents all numbers as double-precision floats, there will be
692 * Javascript represents all numbers as double-precision floats, there will be
718 * that since Javascript represents all numbers as double-precision floats,
780 * Javascript represents all numbers as double-precision floats, there will be
838 * Javascript represents all numbers as double-precision floats, there will be
decoder_test.js 307 * Tests encoding and decoding of floats.
  /external/valgrind/none/tests/ppc32/
jm-insns.c 7470 int integer, floats, p405, altivec, faltivec, misc; member in struct:insn_sel_flags_t_struct
    [all...]
  /external/valgrind/none/tests/ppc64/
jm-insns.c 7470 int integer, floats, p405, altivec, faltivec, misc; member in struct:insn_sel_flags_t_struct
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
rat_test.go 531 // r must be strictly between f0 and f1, the floats bracketing f.
568 // r must be strictly between f0 and f1, the floats bracketing f.
  /prebuilts/go/darwin-x86/src/text/scanner/
scanner_test.go 138 {Comment, "// floats"},
352 // the floats in the source look like (illegal) octal ints
  /prebuilts/go/linux-x86/src/math/big/
rat_test.go 531 // r must be strictly between f0 and f1, the floats bracketing f.
568 // r must be strictly between f0 and f1, the floats bracketing f.
  /prebuilts/go/linux-x86/src/text/scanner/
scanner_test.go 138 {Comment, "// floats"},
352 // the floats in the source look like (illegal) octal ints
  /external/webrtc/talk/app/webrtc/
statscollector.cc 142 const FloatForAdd floats[] = { local
170 for (const auto& f : floats)
    [all...]
  /external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
NanoTest.java 2848 float[] floats = {2.1f, 2.2f}; local
3098 float[] floats = {2.1f, 2.2f}; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
__init__.py 319 for JSON floats (e.g. decimal.Decimal).
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py 307 for JSON floats (e.g. decimal.Decimal).
  /external/python/cpython2/Lib/json/
__init__.py 320 for JSON floats (e.g. decimal.Decimal).
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
o32.S 116 l.s $f14, 1*FFI_SIZEOF_ARG($sp) # passing two floats
  /frameworks/rs/script_api/
rs_matrix.spec 216 arg: const float* array, "Array of values to set the matrix to. These arrays should be 4, 9, or 16 floats long, depending on the matrix size."
219 Set the elements of a matrix from an array of floats or from another matrix.
221 If loading from an array, the floats should be in row-major order, i.e. the element a
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 319 for JSON floats (e.g. decimal.Decimal).
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 319 for JSON floats (e.g. decimal.Decimal).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 319 for JSON floats (e.g. decimal.Decimal).
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 319 for JSON floats (e.g. decimal.Decimal).
  /art/test/959-invoke-polymorphic-accessors/src/
Main.java 627 float [] floats = { 0.99f, -1.23e-17f }; local
628 for (float f : floats) {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest1.java 542 float[] floats = { 0.0f, 1.1f, 2.2f, 3.3f }; local
543 objToSave = floats;
    [all...]

Completed in 2680 milliseconds

1 2 34 5 6 7