HomeSort by relevance Sort by last modified time
    Searched refs:Floats (Results 26 - 50 of 85) sorted by null

12 3 4

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APFloat.h 577 std::unique_ptr<APFloat[]> Floats;
604 bool needsCleanup() const { return Floats != nullptr; }
606 APFloat &getFirst() { return Floats[0]; }
607 const APFloat &getFirst() const { return Floats[0]; }
608 APFloat &getSecond() { return Floats[1]; }
609 const APFloat &getSecond() const { return Floats[1]; }
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
floatmarsh.go 5 // This file implements encoding/decoding of Floats.
floatconv_test.go 412 // TODO(gri) need tests for actual large Floats
float.go 28 // All Floats are ordered, and the ordering of two Floats x and y
45 // uninitialized Floats provided as result arguments will have their
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
floatmarsh.go 5 // This file implements encoding/decoding of Floats.
floatconv_test.go 412 // TODO(gri) need tests for actual large Floats
float.go 28 // All Floats are ordered, and the ordering of two Floats x and y
45 // uninitialized Floats provided as result arguments will have their
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.cpp 205 TypePool<IceType_f32, float, ConstantFloat> Floats;
274 Str << "|f32=" << Pool->Floats.size();
743 X(Floats);
794 return getConstPool()->Floats.getOrAdd(this, ConstantFloat);
865 return getConstPool()->Floats.getConstantPool();
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
value.go 33 // Floats are stored in AuxInt using math.Float64bits(f).
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
value.go 33 // Floats are stored in AuxInt using math.Float64bits(f).
  /prebuilts/go/darwin-x86/src/database/sql/
convert_test.go 159 // Floats
  /prebuilts/go/linux-x86/src/database/sql/
convert_test.go 159 // Floats
  /external/golang-protobuf/proto/
text.go 492 // Floats have special cases.
  /prebuilts/go/darwin-x86/src/fmt/
scan.go 964 // Floats are tricky because you want to scan in the precision of the result, not
  /prebuilts/go/linux-x86/src/fmt/
scan.go 964 // Floats are tricky because you want to scan in the precision of the result, not
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
guava-18.0.jar 
guava-22.0.jar 
  /prebuilts/misc/common/guava/
guava-18.0.jar 
guava-21.0.jar 

Completed in 600 milliseconds

12 3 4