Searched refs:half_exp_b (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 559 auto half_exp_b = FMul(llvm::ConstantFP::get(type, 0.5), exp_b); in EmitComplexUnaryOp() local 564 FMul(cos_a, FAdd(half_exp_neg_b, half_exp_b)), in EmitComplexUnaryOp() 565 FMul(sin_a, FSub(half_exp_neg_b, half_exp_b))); in EmitComplexUnaryOp() 581 auto half_exp_b = FMul(llvm::ConstantFP::get(type, 0.5), exp_b); in EmitComplexUnaryOp() local 586 FMul(sin_a, FAdd(half_exp_b, half_exp_neg_b)), in EmitComplexUnaryOp() 587 FMul(cos_a, FSub(half_exp_b, half_exp_neg_b))); in EmitComplexUnaryOp()
|