Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc957 llvm::Function* sqrtf_fn = llvm::Intrinsic::getDeclaration( in EmitErfInv() local
960 llvm::Value* gw = FSub(Call(sqrtf_fn, w), get_float(3.0f)); in EmitErfInv()
1001 llvm::Function* sqrtf_fn = llvm::Intrinsic::getDeclaration( in EmitErfInv() local
1004 llvm::Value* gw = FSub(Call(sqrtf_fn, w), get_float(3.25)); in EmitErfInv()
1022 llvm::Function* sqrtf_fn = llvm::Intrinsic::getDeclaration( in EmitErfInv() local
1025 llvm::Value* gw = FSub(Call(sqrtf_fn, w), get_float(5.0)); in EmitErfInv()