Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc560 auto half_exp_neg_b = FDiv(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()
582 auto half_exp_neg_b = FDiv(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()