Searched refs:testRange (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/libc/test/src/math/ |
| H A D | FAbsTest.h | 34 void testRange(FabsFunc func) { in testRange() function 49 TEST_F(LlvmLibcFAbsTest, Range) { testRange(&func); }
|
| H A D | CopySignTest.h | 35 void testRange(CopySignFunc func) { in testRange() function 55 TEST_F(LlvmLibcCopySignTest, Range) { testRange(&func); }
|
| H A D | CeilTest.h | 66 void testRange(CeilFunc func) { in testRange() function 84 TEST_F(LlvmLibcCeilTest, Range) { testRange(&func); }
|
| H A D | FloorTest.h | 66 void testRange(FloorFunc func) { in testRange() function 84 TEST_F(LlvmLibcFloorTest, Range) { testRange(&func); }
|
| H A D | FMaxTest.h | 57 void testRange(FMaxFunc func) { in testRange() function 85 TEST_F(LlvmLibcFMaxTest, Range) { testRange(&func); }
|
| H A D | FMinTest.h | 57 void testRange(FMinFunc func) { in testRange() function 85 TEST_F(LlvmLibcFMinTest, Range) { testRange(&func); }
|
| H A D | RoundTest.h | 66 void testRange(RoundFunc func) { in testRange() function 84 TEST_F(LlvmLibcRoundTest, Range) { testRange(&func); }
|
| H A D | TruncTest.h | 66 void testRange(TruncFunc func) { in testRange() function 84 TEST_F(LlvmLibcTruncTest, Range) { testRange(&func); }
|
| H A D | LogbTest.h | 73 void testRange(LogbFunc func) { in testRange() function 94 TEST_F(LlvmLibcLogbTest, InRange) { testRange(&func); }
|
| H A D | ModfTest.h | 86 void testRange(ModfFunc func) { in testRange() function 108 TEST_F(LlvmLibcModfTest, Range) { testRange(&func); }
|
| H A D | FrexpTest.h | 94 void testRange(FrexpFunc func) { in testRange() function 118 TEST_F(LlvmLibcFrexpTest, InRange) { testRange(&func); }
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | errno.c | 50 void testRange(int X) { in testRange() function
|