/external/valgrind/none/tests/amd64/ |
D | fma.c | 15 static int testf( float x, float y ) in testf() function 32 thisres |= testf( w, ft.expected[i] ); in test_fmaf() 34 thisres |= testf( w, ft.expected[i] ); in test_fmaf() 36 thisres |= testf( w, ft.expected[i] ); in test_fmaf() 38 thisres |= testf( w, ft.expected[i] ); in test_fmaf() 40 thisres |= testf( w, ft.expected[i] ); in test_fmaf() 42 thisres |= testf( w, ft.expected[i] ); in test_fmaf() 48 thisres |= testf( -w, ft.expected[i] ); in test_fmaf() 50 thisres |= testf( -w, ft.expected[i] ); in test_fmaf() 52 thisres |= testf( -w, ft.expected[i] ); in test_fmaf() [all …]
|
/external/clang/test/Sema/ |
D | atomic-type.c | 8 void testf(void*); 12 testf(t4); in f()
|
/external/clang/test/CodeGenCXX/ |
D | key-function-vtable.cpp | 26 struct testf { virtual void a(); }; struct 28 void testf::a() {} in a()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.java | 82 public float testf() { int o = __offset(54); return o != 0 ? bb.getFloat(o + bb_pos) : 3.14159f; } in testf() method in Monster 83 …public boolean mutateTestf(float testf) { int o = __offset(54); if (o != 0) { bb.putFloat(o + bb_p… in mutateTestf() argument 127 …public static void addTestf(FlatBufferBuilder builder, float testf) { builder.addFloat(25, testf, … in addTestf() argument
|
D | Monster.php | 395 …ashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3,… argument 422 self::addTestf($builder, $testf); 815 public static function addTestf(FlatBufferBuilder $builder, $testf) argument 817 $builder->addFloatX(25, $testf, 3.14159);
|
D | Monster.cs | 74 …public bool MutateTestf(float testf) { int o = __p.__offset(54); if (o != 0) { __p.bb.PutFloat(o +… in MutateTestf() 118 …public static void AddTestf(FlatBufferBuilder builder, float testf) { builder.AddFloat(25, testf, … in AddTestf()
|
D | Monster.py | 331 def MonsterAddTestf(builder, testf): builder.PrependFloat32Slot(25, testf, 3.14159) argument
|
D | Monster.go | 515 func MonsterAddTestf(builder *flatbuffers.Builder, testf float32) { 516 builder.PrependFloat32Slot(25, testf, 3.14159)
|
/external/flatbuffers/tests/ |
D | monster_test_generated.h | 478 float testf; 495 testf(3.14159f), 690 float testf() const { 840 void add_testf(float testf) { 841 fbb_.AddElement<float>(Monster::VT_TESTF, testf, 3.14159f); 891 float testf = 3.14159f, 903 builder_.add_testf(testf); 953 float testf = 3.14159f, 983 testf, 1110 { auto _e = testf(); _o->testf = _e; }; [all …]
|
D | monster_test.fbs | 67 testf:float = 3.14159 (id:25);
|
D | monster_test_generated.js | 1089 MyGame.Example.Monster.prototype.testf = function() { method in MyGame.Example.Monster 1489 MyGame.Example.Monster.addTestf = function(builder, testf) { argument 1490 builder.addFieldFloat32(25, testf, 3.14159);
|
/external/chromium-trace/catapult/systrace/atrace_helper/ |
D | Makefile | 18 testf: install target
|
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/ |
D | exp.ll | 13 define float @testf(float %F) {
|
D | sqrt.ll | 13 define float @testf(float %F) {
|
D | exp2.ll | 13 define float @testf(float %F) {
|
D | log2.ll | 13 define float @testf(float %F) {
|
D | cos.ll | 13 define float @testf(float %F) {
|
D | log10.ll | 13 define float @testf(float %F) {
|
D | sin.ll | 13 define float @testf(float %F) {
|
D | log.ll | 13 define float @testf(float %F) {
|
D | pow.ll | 13 define float @testf(float %F, float %power) {
|
D | powi.ll | 13 define float @testf(float %F, i32 %power) {
|
/external/clang/test/SemaTemplate/ |
D | class-template-spec.cpp | 107 int testf(int x) { return f(x); } in testf() function
|
/external/llvm/test/Object/ |
D | objdump-relocations.test | 44 ELF-hexagon: R_HEX_B15_PCREL testf
|
/external/llvm/test/Analysis/LoopAccessAnalysis/ |
D | number-of-memchecks.ll | 8 ; CHECK: function 'testf': 20 define void @testf(i16* %a,
|