Home
last modified time | relevance | path

Searched refs:tmp_op (Results 1 – 1 of 1) sorted by relevance

/third_party/optimized-routines/math/test/
Dmathtest.c622 static special_op tmp_op = {0,0,0}; variable
634 if(tmp_op.name) free(tmp_op.name); in find_special_op_from_op()
635 tmp_op.name = malloc(strlen(sop->name)+2); in find_special_op_from_op()
637 sprintf(tmp_op.name,"-%s",sop->name); in find_special_op_from_op()
639 strcpy(tmp_op.name,sop->name); in find_special_op_from_op()
641 return &tmp_op; in find_special_op_from_op()
664 tmp_op.op1 = sop->op1; in find_special_op_from_name()
666 tmp_op.op1 |= 0x80000000; in find_special_op_from_name()
668 tmp_op.op2 = sop->op2; in find_special_op_from_name()
669 return &tmp_op; in find_special_op_from_name()