HomeSort by: relevance | last modified time | path
    Searched refs:Arithmetic (Results 1 - 8 of 8) sorted by relevancy

  /src/bin/sh/
arith_token.c 61 #error Arithmetic tokens are out of order.
65 * Scan next arithmetic token, return its type,
94 error("arithmetic: unexpected '%c' "
136 error("arithmetic: unexpected '%c' (%#x) in expression",
arithmetic.c 1 /* $NetBSD: arithmetic.c,v 1.6 2025/12/13 08:19:41 kre Exp $ */
42 __RCSID("$NetBSD: arithmetic.c,v 1.6 2025/12/13 08:19:41 kre Exp $");
53 #include "arithmetic.h"
66 #error Arithmetic tokens are out of order.
106 error("arithmetic expression: %s: \"%s\"", s, arith_startbuf);
  /src/sys/arch/vax/vax/
intvec.S 98 INTVEC(arithflt, KSTACK) # Arithmetic Fault, 34
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 137 GMP - Perl interface to the GNU Multiple Precision Arithmetic Library
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 4903 Arithmetic,
4978 Form = Arithmetic;
4994 Form = Arithmetic;
5004 Form = Arithmetic;
5086 // For an arithmetic operation, the implied arithmetic must be well-formed.
5087 if (Form == Arithmetic) {
5184 case Arithmetic:
5227 // The second argument is the non-atomic operand. For arithmetic, this
5232 if (Form == Arithmetic && ValType->isPointerType()
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 1234 (*--... Arithmetic .........................................................--*)
llvm.mli 1066 (** [const_neg c] returns the arithmetic negation of the constant [c].
1070 (** [const_nsw_neg c] returns the arithmetic negation of the constant [c] with
1075 (** [const_nuw_neg c] returns the arithmetic negation of the constant [c] with
1080 (** [const_fneg c] returns the arithmetic negation of the constant float [c].
2184 (** {7 Arithmetic} *)
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1423 // Arithmetic

Completed in 32 milliseconds