Searched refs:printReferenceOutput (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | float16_gen.c | 225 void printReferenceOutput(const char *fieldName, operation_t operation, in printReferenceOutput() function 275 printReferenceOutput(OUTPUT_ARRAY_ADD, add, 1); in main() 276 printReferenceOutput(OUTPUT_ARRAY_SUB, subtract, 1); in main() 277 printReferenceOutput(OUTPUT_ARRAY_MUL, multiply, 1); in main() 278 printReferenceOutput(OUTPUT_ARRAY_DIV, divide, 3); in main()
|