Searched defs:constant (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dconstant.pm1 package constant; package
25 # be inlined as a constant, thereby avoiding further sub calling
30 return unless @_; # Ignore 'use constant;'
47 Carp::croak("Can't use undef as constant name");
51 # Normal constant name
76 # please let me know what your constant's name was.
83 # use constant FRED == fred;
126 constant - Perl pragma to declare constants
130 use constant PI => 4 * atan2(1, 1);
131 use constant DEBU
[all...]
H A Doverload.pm136 sub constant { subroutine
140 warnings::warnif ("Odd number of arguments for overload::constant");
722 to hook into this process via overload::constant() and overload::remove_constant()
744 to overload C<q>-quoted strings, constant pieces of C<qq>- and C<qx>-quoted
749 to overload constant pieces of regular expressions.
754 the first one is the I<initial> string form of the constant, the second one
755 is how Perl interprets this constant, the third one is how the constant is used.
760 constant is going to be interpreted by Perl. The third argument is undefined
767 it is expected that overloaded constant string
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLogDistribution.java112 getBucketRange(int i, int len, long base, long constant) argument
H A DDistribution.java61 * @param constant the constant term of the distribution function
72 Distribution(long base, long constant, long[] frequencies) argument
81 buckets = createBuckets(base, constant, frequencies);
148 * @see #Distribution(long base, long constant, long[] frequencies)
151 getBucketRange(int i, int len, long base, long constant); argument
161 createBuckets(long base, long constant, long[] frequencies) argument
171 range = getBucketRange(i, len, base, constant);
183 * index. Uses {@code base} and {@code constant} constructor args
193 long base, long constant)
192 checkBucketRange(int i, int bucketCount, Distribution.Bucket bucket, long base, long constant) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm595 # a sub called constant to detemine if a constant existed -- GMB
600 sub constant { subroutine
/osnet-11/usr/src/lib/efcode/engine/
H A Dinteractive.c51 constant(fcode_env_t *env) function
788 FORTH(IMMEDIATE, "constant", constant);
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h380 FNPROTO(constant); variable

Completed in 54 milliseconds