Searched refs:kAtan2f (Results 1 – 8 of 8) sorted by relevance
292 kAtan2f, enumerator402 || (opt == kAtan2f) || (opt == kFmodf) in isRealType()411 static bool isExtendedBinaryMath(Opcode opt) { return (opt >= kAtan2f) && (opt <= kMinf); } in isExtendedBinaryMath()
325 for (int i = FBCInstruction::kAtan2f; i <= FBCInstruction::kMinf; i++) { in FBCInstructionMathOptimizer()327 FBCInstruction::Opcode(i + (FBCInstruction::kAtan2fHeap - FBCInstruction::kAtan2f)); in FBCInstructionMathOptimizer()331 for (int i = FBCInstruction::kAtan2f; i <= FBCInstruction::kMinf; i++) { in FBCInstructionMathOptimizer()333 … FBCInstruction::Opcode(i + (FBCInstruction::kAtan2fStack - FBCInstruction::kAtan2f)); in FBCInstructionMathOptimizer()337 for (int i = FBCInstruction::kAtan2f; i <= FBCInstruction::kMinf; i++) { in FBCInstructionMathOptimizer()339 … FBCInstruction::Opcode(i + (FBCInstruction::kAtan2fStackValue - FBCInstruction::kAtan2f)); in FBCInstructionMathOptimizer()343 for (int i = FBCInstruction::kAtan2f; i <= FBCInstruction::kMinf; i++) { in FBCInstructionMathOptimizer()345 … FBCInstruction::Opcode(i + (FBCInstruction::kAtan2fValue - FBCInstruction::kAtan2f)); in FBCInstructionMathOptimizer()349 for (int i = FBCInstruction::kAtan2f; i <= FBCInstruction::kPowf; i++) { in FBCInstructionMathOptimizer()351 … FBCInstruction::Opcode(i + (FBCInstruction::kAtan2fValueInvert - FBCInstruction::kAtan2f)); in FBCInstructionMathOptimizer()[all …]
341 case FBCInstruction::kAtan2f: in CompileBlock()
83 gMathLibTable["atan2f"] = FBCInstruction::kAtan2f; in initMathTable()118 gMathLibTable["atan2"] = FBCInstruction::kAtan2f; in initMathTable()
673 case FBCInstruction::kAtan2f: in CompileBlock()
501 case FBCInstruction::kAtan2f: in CompileBlock()
898 case FBCInstruction::kAtan2f: in CompileBlock()
2252 case FBCInstruction::kAtan2f : { in ExecuteBlock()