代码搜索:converting

找到约 1,282 项符合「converting」的源代码

代码结果 1,282
www.eeworm.com/read/440906/1774364

c cond1.c

// Test that converting a COND_EXPR to void doesn't result in trying to // bitwise copy a class with a nontrivial copy constructor (and thus a // compiler abort). // { dg-options "-O" } struct A {
www.eeworm.com/read/429841/1945011

java stringconvert.java

package jodd.util; /** * Converts Strings to various primitives. Strings are used very often for * holding numbers. This class simplifies converting strings to numbers, * without need of exce
www.eeworm.com/read/420043/2071386

java hexcodec.java

/*The HexCodec class contains a few static methods for converting between byte arrays and hex encoded strings.The complete class is shown in the next program. */ public class HexCodec { privat
www.eeworm.com/read/409921/2220349

h wctype.h

/* * wctype.h * * Functions for testing wide character types and converting characters. * * This file is part of the Mingw32 package. * * Contributors: * Created by Mumit Khan
www.eeworm.com/read/408246/2252989

lisp genesis.lisp

;;;; "cold" core image builder: This is how we create a target Lisp ;;;; system from scratch, by converting from fasl files to an image ;;;; file in the cross-compilation host, without the help of the
www.eeworm.com/read/366702/2865789

c cond1.c

// Test that converting a COND_EXPR to void doesn't result in trying to // bitwise copy a class with a nontrivial copy constructor (and thus a // compiler abort). // { dg-options "-O" } struct A {
www.eeworm.com/read/366702/2876961

f90 optional_assumed_charlen_1.f90

! { dg-do compile } ! Tests the fix for PR29284 in which an ICE would occur in converting ! the call to a suboutine with an assumed character length, optional ! dummy that is not present. ! ! Contribu
www.eeworm.com/read/205036/15328837

m aatx.m

function z = aatx(a,x) %AATX Implicitly compute A * A' * x for sptenmat. % % Z = AATX(A,X) takes a sptenmat object A and computes A * A' * % X. This is done without converting A to a standard MATL
www.eeworm.com/read/202479/15382146

c ksymoops.c

/* ksymoops.c. Read a Linux kernel Oops file and make the best stab at converting the code to instructions and mapping stack values to kernel symbols. Copyright 1999 Keith Owens