Home
last modified time | relevance | path

Searched defs:simple_function (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/eigen/bench/btl/generic_bench/init/
H A Dinit_function.hh23 double simple_function(int index) in simple_function() function
28 double simple_function(int index_i, int index_j) in simple_function() function
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bindgen/simple/
H A Dsimple.cc3 EXTERN_C const int64_t simple_function() { return 1337; } in simple_function() function
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bindgen/
H A Dmain.rs3 fn simple_function() -> i64 { in simple_function() function
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/testing/
H A Dbasic_definitions.py18 def simple_function(x): function
/aosp_15_r20/external/pigweed/pw_rpc/py/tests/console_tools/
H A Dfunctions_test.py40 def simple_function(): function
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp333 TEST_F(MCJITCAPITest, simple_function) { in TEST_F() argument