Home
last modified time | relevance | path

Searched defs:floatZero (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dfloatconv.go15 var floatZero Float var
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dconst.go63 floatZero = constant.ToFloat(intZero) var
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp936 GenericValue floatZero; in getConstantValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp939 GenericValue floatZero; in getConstantValue() local
/aosp_15_r20/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp934 GenericValue floatZero; in getConstantValue() local
/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
H A DAutoValueTest.java468 FloatProperty floatZero = FloatProperty.create(0.0f); in testFloatingEquality() local