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

  /ndk/sources/host-tools/nawk-20071023/
awk.h 153 #define CCOPY 6
run.c 223 static Cell newcopycell = { OCELL, CCOPY, 0, "", 0.0, NUM|STR|DONTFREE };
288 if (t->csub == CCOPY) {
303 } else if (t == y && t->csub == CCOPY) {
326 y->csub = CCOPY; /* prevents freeing until call is over */
    [all...]
  /external/eigen/blas/testing/
cblat1.f 63 DATA L(4)/'CCOPY '/
298 EXTERNAL CAXPY, CCOPY, CSWAP, CTEST
504 * .. CCOPY ..
505 CALL CCOPY(N,CX,INCX,CY,INCY)

Completed in 117 milliseconds