Home
last modified time | relevance | path

Searched refs:testfloat (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dfloatdp_2source.ll6 define void @testfloat() {
7 ; CHECK-LABEL: testfloat:
/external/llvm/test/CodeGen/AArch64/
Dfloatdp_2source.ll6 define void @testfloat() {
7 ; CHECK-LABEL: testfloat:
/external/libchrome/base/
Dpickle_unittest.cc31 const float testfloat = 3.1415926935f; variable
78 EXPECT_EQ(testfloat, outfloat); in VerifyResult()
123 pickle.WriteFloat(testfloat); in TEST()