Home
last modified time | relevance | path

Searched refs:testf (Results 1 – 25 of 30) sorted by relevance

12

/external/valgrind/none/tests/amd64/
Dfma.c15 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/
Datomic-type.c8 void testf(void*);
12 testf(t4); in f()
/external/clang/test/CodeGenCXX/
Dkey-function-vtable.cpp26 struct testf { virtual void a(); }; struct
28 void testf::a() {} in a()
/external/flatbuffers/tests/MyGame/Example/
DMonster.java82 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
DMonster.php395 …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);
DMonster.cs74 …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()
DMonster.py331 def MonsterAddTestf(builder, testf): builder.PrependFloat32Slot(25, testf, 3.14159) argument
DMonster.go515 func MonsterAddTestf(builder *flatbuffers.Builder, testf float32) {
516 builder.PrependFloat32Slot(25, testf, 3.14159)
/external/flatbuffers/tests/
Dmonster_test_generated.h478 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 …]
Dmonster_test.fbs67 testf:float = 3.14159 (id:25);
Dmonster_test_generated.js1089 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/
DMakefile18 testf: install target
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
Dexp.ll13 define float @testf(float %F) {
Dsqrt.ll13 define float @testf(float %F) {
Dexp2.ll13 define float @testf(float %F) {
Dlog2.ll13 define float @testf(float %F) {
Dcos.ll13 define float @testf(float %F) {
Dlog10.ll13 define float @testf(float %F) {
Dsin.ll13 define float @testf(float %F) {
Dlog.ll13 define float @testf(float %F) {
Dpow.ll13 define float @testf(float %F, float %power) {
Dpowi.ll13 define float @testf(float %F, i32 %power) {
/external/clang/test/SemaTemplate/
Dclass-template-spec.cpp107 int testf(int x) { return f(x); } in testf() function
/external/llvm/test/Object/
Dobjdump-relocations.test44 ELF-hexagon: R_HEX_B15_PCREL testf
/external/llvm/test/Analysis/LoopAccessAnalysis/
Dnumber-of-memchecks.ll8 ; CHECK: function 'testf':
20 define void @testf(i16* %a,

12