OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sem
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/SemaCXX/
crashes.cpp
158
const fltSemantics &
Sem
= foobar();
/external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp
873
const fltSemantics &
Sem
= Val.getSemantics();
874
unsigned FracBits = APFloat::semanticsPrecision(
Sem
) - 1;
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
776
const fltSemantics &
Sem
= CE->getOperand(0)->getType()->getFltSemantics();
777
APFloat apfLHS = APFloat(
Sem
, LHS.IntVal);
781
apfLHS.add(APFloat(
Sem
, RHS.IntVal), APFloat::rmNearestTiesToEven);
785
apfLHS.subtract(APFloat(
Sem
, RHS.IntVal),
790
apfLHS.multiply(APFloat(
Sem
, RHS.IntVal),
795
apfLHS.divide(APFloat(
Sem
, RHS.IntVal),
800
apfLHS.mod(APFloat(
Sem
, RHS.IntVal),
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 514 milliseconds