HomeSort by relevance Sort by last modified time
    Searched refs:testf (Results 1 - 18 of 18) sorted by null

  /external/clang/test/Sema/
atomic-type.c 8 void testf(void*);
12 testf(t4);
  /external/clang/test/CodeGenCXX/
key-function-vtable.cpp 26 struct testf { virtual void a(); }; struct in namespace:__anon16148
28 void testf::a() {}
  /external/chromium-trace/catapult/systrace/atrace_helper/
Makefile 18 testf: install
  /external/valgrind/none/tests/amd64/
fma.c 15 static int testf( float x, float y ) function
32 thisres |= testf( w, ft.expected[i] );
34 thisres |= testf( w, ft.expected[i] );
36 thisres |= testf( w, ft.expected[i] );
38 thisres |= testf( w, ft.expected[i] );
40 thisres |= testf( w, ft.expected[i] );
42 thisres |= testf( w, ft.expected[i] );
48 thisres |= testf( -w, ft.expected[i] );
50 thisres |= testf( -w, ft.expected[i] );
52 thisres |= testf( -w, ft.expected[i] )
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
unsafe.go 98 func testf() { func
145 testf()
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
unsafe.go 98 func testf() { func
145 testf()
  /external/clang/test/SemaTemplate/
class-template-spec.cpp 107 int testf(int x) { return f(x); } function in struct:N::B
  /external/flatbuffers/tests/MyGame/Example/
Monster.java 83 public float testf() { int o = __offset(54); return o != 0 ? bb.getFloat(o + bb_pos) : 3.14159f; } method in class:Monster
84 public boolean mutateTestf(float testf) { int o = __offset(54); if (o != 0) { bb.putFloat(o + bb_pos, testf); return true; } else { return false; } }
148 public static void addTestf(FlatBufferBuilder builder, float testf) { builder.addFloat(25, testf, 3.14159f); }
Monster.php 505 public static function createMonster(FlatBufferBuilder $builder, $pos, $mana, $hp, $name, $inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $testhashs32_fnv1, $testhashu32_fnv1, $testhashs64_fnv1, $testhashu64_fnv1, $testhashs32_fnv1a, $testhashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3, $testarrayofstring2, $testarrayofsortedstruct, $flex, $test5, $vector_of_longs, $vector_of_doubles, $parent_namespace_test)
532 self::addTestf($builder, $testf);
931 public static function addTestf(FlatBufferBuilder $builder, $testf)
933 $builder->addFloatX(25, $testf, 3.14159);
Monster.cs 76 public float Testf { get { int o = __p.__offset(54); return o != 0 ? __p.bb.GetFloat(o + __p.bb_pos) : (float)3.14159f; } }
77 public bool MutateTestf(float testf) { int o = __p.__offset(54); if (o != 0) { __p.bb.PutFloat(o + __p.bb_pos, testf); return true; } else { return false; } }
138 public static void AddTestf(FlatBufferBuilder builder, float testf) { builder.AddFloat(25, testf, 3.14159f); }
Monster.py 286 def Testf(self):
467 def MonsterAddTestf(builder, testf): builder.PrependFloat32Slot(25, testf, 3.14159)
Monster.go 369 func (rcv *Monster) Testf() float32 {
625 func MonsterAddTestf(builder *flatbuffers.Builder, testf float32) {
626 builder.PrependFloat32Slot(25, testf, 3.14159)
  /external/flatbuffers/tests/
monster_test_generated.h 594 float testf; member in struct:MyGame::Example::MonsterT
617 testf(3.14159f),
828 float testf() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS
    [all...]
monster_test_generated.js 1223 MyGame.Example.Monster.prototype.testf = function() { method in class:MyGame.Example.Monster
    [all...]
  /external/bzip2/
bzip2.c 1512 void testf ( Char *name ) function
    [all...]
  /prebuilts/go/darwin-x86/src/sync/atomic/
atomic_test.go 884 for name, testf := range hammer32 {
895 testf(&val, n)
1040 for name, testf := range hammer64 {
1051 testf(&val, n)
    [all...]
  /prebuilts/go/linux-x86/src/sync/atomic/
atomic_test.go 884 for name, testf := range hammer32 {
895 testf(&val, n)
1040 for name, testf := range hammer64 {
1051 testf(&val, n)
    [all...]
  /external/python/cpython3/Lib/test/
test_typing.py 1649 def testf(x, y): ... function in function:GetTypeHintTests.test_previous_behavior
    [all...]

Completed in 462 milliseconds