HomeSort by relevance Sort by last modified time
    Searched refs:Arithmetic (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/gdbserver_tests/
mcsigpass.stdoutB.exp 14 Program received signal SIGFPE, Arithmetic exception.
mcsignopass.stdoutB.exp 6 SIGFPE Yes Yes Yes Arithmetic exception
59 Program received signal SIGFPE, Arithmetic exception.
  /external/clang/lib/Sema/
SemaChecking.cpp 502 Arithmetic,
568 Form = Arithmetic;
627 // For an arithmetic operation, the implied arithmetic must be well-formed.
628 if (Form == Arithmetic) {
695 // The second argument is the non-atomic operand. For arithmetic, this
700 if (Form == Init || (Form == Arithmetic && ValType->isIntegerType()))
704 else if (Form == Arithmetic)
745 case Arithmetic:
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml     [all...]
llvm.mli 801 (** [const_neg c] returns the arithmetic negation of the constant [c].
805 (** [const_nsw_neg c] returns the arithmetic negation of the constant [c] with
810 (** [const_nuw_neg c] returns the arithmetic negation of the constant [c] with
815 (** [const_fneg c] returns the arithmetic negation of the constant float [c].
    [all...]
  /external/dropbear/libtommath/
bn.tex 86 release the textbook ``Implementing Multiple Precision Arithmetic'' has been placed in the public domain with every new
249 arithmetic techniques.
356 The arithmetic functions of the library are all organized to have the same style prototype. That is source operands
    [all...]

Completed in 98 milliseconds