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

  /external/eigen/bench/btl/generic_bench/init/
init_function.hh 23 double simple_function(int index) function
28 double simple_function(int index_i, int index_j) function
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 170 Function = LLVMAddFunction(Module, "simple_function",
196 Function = LLVMAddFunction(Module, "simple_function",
333 TEST_F(MCJITCAPITest, simple_function) {
373 uint64_t raw = LLVMGetFunctionAddress(Engine, "simple_function");
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 171 Function = LLVMAddFunction(Module, "simple_function",
197 Function = LLVMAddFunction(Module, "simple_function",
334 TEST_F(MCJITCAPITest, simple_function) {
374 uint64_t raw = LLVMGetFunctionAddress(Engine, "simple_function");

Completed in 1971 milliseconds